home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / keyb < prev    next >
Text File  |  1991-04-25  |  2KB  |  40 lines

  1.                                     KEYB
  2.            Loads a keyboard handler to support foreign keyboards
  3.    See also <COUNTRY> <NLSFUNC> <KEYBOARD.SYS> <MODE> <CHCP> <CONFIG.SYS>
  4.  
  5. KEYB is a program that replaces the keyboard program resident in ROM
  6. BIOS to support non U.S. English keyboards.  It permits you to enter
  7. characters that are not part of the standard QWERTY keyboard set, such
  8. as accented and umlauted characters.  The actual keys pressed to
  9. generate such characters depends on the type of keyboard in use.
  10.  
  11. COMMAND TYPE: External                  VERSION: 3.3 and up
  12.  
  13. USE: KEYB [xx[,[yyy],[[d:][path]filename]]][/id:nnn]
  14.  
  15. xx  specifies the two character country code as shown below:
  16.     UK - United Kingdom GR - Germany Fr - France IT - Italy SP - Spain
  17. yyy specifies the numeric code page defining the character set as shown
  18.     below:
  19. AUSTRALIA  061  BELGIUM     032 CANADA/FRENCH 002   DENMARK     045
  20. FINLAND    358  FRANCE      033 GERMANY       049   ITALY       039
  21. ISRAEL     972  MIDDLE EAST 785 NETHERLANDS   031   NORWAY      047
  22. PORTUGAL   351  SPAIN       034 SWEDEN        046   SWITZERLAND 041
  23. U. KINGDOM 044  USA 001
  24.  
  25. d: path filename specifies the drive, path, and filename of the
  26.    keyboard definition file to support a country language. The default is
  27.    <KEYBOARD.SYS>
  28. /id:nnn (DOS 4.x and later) specifies the keyboard type in use. nnn is a
  29.    3-digit code as shown in the table above
  30.  
  31. NOTE: The keyboard programs on versions prior to DOS 3.3 are not
  32. compatible and should not be executed under DOS 3.3.
  33. KEYB which is available starting with DOS 3.3 replaces KEYBxx which
  34. was available with earlier versions.
  35.  
  36. After loading a keyboard driver, you may change from the KEYB program
  37. to the US program by pressing CTRL-ALT-F1.  You may switch back to the
  38. KEYB program by pressing CTRL-ALT-F2.  KEYB entered without parameters
  39. will report the current keyboard settings and code pages in use.
  40.